CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - producer consumer problem

搜索资源列表

  1. producer-java

    0下载:
  2. 用java为源代码,解决多线程编程中的经典问题:生产者消费者问题-with java source code to solve multi-threaded programming with a classic problem : Producer consumer issues
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9632
    • 提供者:苏晓
  1. producerandcosumer

    0下载:
  2. 1、 生产者—消费者问题是一种同步问题的抽象描述。 2、 计算机系统中的每个进程都可以消费或生产某类资源。当系统中某一进程使用某一资源时,可以看作是消耗,且该进程称为消费者。 3、 而当某个进程释放资源时,则它就相当一个生产者 -one, producer-consumer problem is a problem of synchronization of the abstract descr iption. 2, the computer systems of each proc
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:116463
    • 提供者:张宁
  1. 进程间同步的研究

    0下载:
  2. 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:125201
    • 提供者:Gavin
  1. ProducerAndConsumer_using_CS_

    0下载:
  2. 生产者/消费者问题示例,系统级编程课程设计-Producer/Consumer Problem Example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:12179
    • 提供者:吴婧
  1. humin

    0下载:
  2. linux 环境下编写的生产者--消费者问题-linux environment, prepared by the producer- consumer problem
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:36798
    • 提供者:
  1. 在nachos系统中实现生产者—消费者问题

    0下载:
  2. 在nachos系统中实现生产者—消费者问题-Implement the system in the nachos Producer- Consumer problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-24
    • 文件大小:137866
    • 提供者:jeremy
  1. PV

    0下载:
  2. PV操作,生产者消费者问题,适用于初学者及操作系统同步机构入门,内含实验报告-PV operation, the producer consumer problem for beginners and the operating system synchronization, entry, reports containing experimental
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:208634
    • 提供者:HomerW
  1. javashangchanzhewenti

    0下载:
  2. 生产者消费者问题的解决,不错的源码,望对大家有用-Producer consumer problem, a good source, hope for all of us useful
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:982
    • 提供者:changyanhe
  1. ProducerConsumer

    0下载:
  2. java写的另一个生产者消费者问题 java写的另一个生产者消费者问题-java write another producer consumer problem java write another producer consumer problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2099
    • 提供者:xxc
  1. cs

    0下载:
  2. 用多线程实现“生产者-消费者”问题。内含实验报告和实验源程序-Using multi-threading to achieve producer- consumer problem. The report contains experimental and experimental source
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:6058
    • 提供者:ada
  1. sfhsjk

    0下载:
  2. 通过本程序能够实现os中经典的生产者消费者问题,可显示-This procedure can be achieved through the os in the classic producer consumer problem, shows
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:49457
    • 提供者:笑哈哈
  1. producder

    0下载:
  2. C++语言实现生产者消费者问题 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。-C++ language to achieve the producer consumer problem producers- consumers are a classic problem of process synchronization problem, the problem was first proposed by Dijkstra pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:helen
  1. ddvip_com_0503220f15158c

    0下载:
  2. 生产者-消费者问题,用 java编程实现生产者-消费者之间问题的展示。-Producer- Consumer problem using java programming producers- the display of consumer issues.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:911
    • 提供者:林月
  1. producer_consumer_problem

    0下载:
  2. a code that represents the consumer producer problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:denis
  1. ProducerConsumer

    0下载:
  2. Producer Consumer problem simulator to solve Synchronization issues
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:13564
    • 提供者:Nasir
  1. phil.tar

    0下载:
  2. Producer-consumer problem solved with mutex, with no starvation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:10240
    • 提供者:Proboszcz777
  1. 6-1

    0下载:
  2. 操作系统课程设计,生产者消费者问题,很实用的一个程序设计论文-Operating system design, the producer consumer problem, it is a practical program design thesis
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:302311
    • 提供者:张巍
  1. producerandconsumer

    2下载:
  2. 生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers
  3. 所属分类:Process-Thread

    • 发布日期:2016-08-19
    • 文件大小:1943079
    • 提供者:macintosh
  1. a6

    0下载:
  2. Implement a producer-consumer problem using message passing through real-time message queue in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2392
    • 提供者:ira
  1. ProducerConsumerSolution.java

    0下载:
  2. solved the producer and consumer problem
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:larry1021
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com